github.com/klauspost/compress/flate.advancedState.maxInsertIndex (field)
10 uses
github.com/klauspost/compress/flate (current package)
deflate.go#L88: maxInsertIndex int
deflate.go#L432: s.maxInsertIndex = d.windowEnd - (minMatchLength - 1)
deflate.go#L462: if s.index < s.maxInsertIndex {
deflate.go#L493: if prevIndex+prevLength < s.maxInsertIndex {
deflate.go#L521: if s.index < s.maxInsertIndex {
deflate.go#L562: if s.index < s.maxInsertIndex {
deflate.go#L591: end := min(newIndex, s.maxInsertIndex)
deflate.go#L593: startindex := min(s.index+1, s.maxInsertIndex)
deflate.go#L655: if s.index < s.maxInsertIndex {
deflate.go#L861: s.maxInsertIndex = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |